VistaDB 6
VistaDB.DDA Namespace / IVistaDBKeyedCollection<TKey,TValue> Interface
Members


In This Topic
    IVistaDBKeyedCollection<TKey,TValue> Interface
    In This Topic
    IVistaDBKeyedCollection is an interface for objects lists returned by the engine for things like Relationships, tables, etc. The interface allows the user to read from the list, but not modify it. The collections themselves were always intended to be readonly.
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public Interface IVistaDBKeyedCollection
        (Of TKey,TValue) 
    [System.Reflection.DefaultMember("Item")]
    public interface IVistaDBKeyedCollection<TKey,TValue> 
    Type Parameters
    TKey
    TValue
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also